home *** CD-ROM | disk | FTP | other *** search
- /*//////////////////////////////////////////////////////////////////////
- Filename: log.css
- Company Name: Computer Associates International, Inc.
- Legal Copyright: Copyright (c) Computer Associates International, Inc.
- Author: Jozef Palocko
- Product: Tiny Firewall
- Description: Log viewer css file
- ///////////////////////////////////////////////////////////////////////*/
-
- #reportbody .clsFilterLink {
- font-size: 11px;
- COLOR: black;
- font-weight: bold;
- }
- #reportbody .clsShow {
- display: inline;
- }
- #reportbody .clsHide {
- display: none;
- }
- #reportbody .clsTable {
- font-size: 11px;
- }
- #reportbody .clsForm {
- text-align: left;
- padding: 0px;
- height: 30px;
- vertical-align: middle;
- }
- #reportbody .clsForm, #reportbody .clsForm INPUT, #reportbody .clsForm SELECT, #reportbody .clsForm OPTION{
- font-size: 11px;
- }
- #reportbody .clsNavBar {
- font-size: 11px;
- background-color: #7081FE;
- text-align: center;
- padding: 2px;
- COLOR: #ffffff;
- }
- #reportbody .clsResult {
- font-size: 12px;
- background-color: white; /*#E7EFF7;*/
- color: #000000;
- text-align: left;
- margin-bottom: 10px;
- overflow: auto;
- border: 1px solid #7081FE;
- border-top: 0px;
- }
- /*#reportbody .clsResultFrame {
- width: 100%;
- height: 100%;
- overflow: auto;
- background-color: white;
- font-size: 12px;
- }*/
- #reportbody .clsHeading {
- font-size: 20px;
- background-color: #7081FE;
- }
- #reportbody .clsFirewall {
- background-color: #ccccFE;
- height: 14px;
- font-size: 10px;
- color: #000000;
- text-align: left;
- margin-bottom: 10px;
- }
- #reportbody .clsSandbox {
- height: 14px;
- background-color: #eeeeee;
- font-size: 10px;
- color: #000000;
- text-align: left;
- margin-bottom: 10px;
- }
- #reportbody .clsIDS {
- height: 14px;
- background-color: #ffffd7;
- font-size: 10px;
- color: #000000;
- text-align: left;
- margin-bottom: 10px;
- }
- #reportbody .clsEvent {
- background-color: #fafafa;
- text-align: left;
- margin-bottom: 10px;
- font-size: 11px;
- color: #000000;
- text-align: left;
- margin-bottom: 10px;
- }
- #reportbody .clsAllow {
- color: #2e8b57;
- font-weight: bold;
- font-size: 11px;
- color: #000000;
- text-align: left;
- margin-bottom: 10px;
- }
- #reportbody .clsPrevent {
- color: #ff0000;
- font-weight: bold;
- font-size: 11px;
- color: #000000;
- text-align: left;
- margin-bottom: 10px;
- }
- #reportbody .clsAskUser {
- color: #00ffff;
- font-weight: bold;
- font-size: 11px;
- color: #000000;
- text-align: left;
- margin-bottom: 10px;
- }
- #reportbody A.loglink, #reportbody A.loglink:hover, #reportbody A.visible:hover {
- color: blue;
- font-size: 11px;
- }
- BODY#reportbody {
- margin: 0px;
- padding: 5px;
- padding-top: 0px;
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
- font-size: 12px;
- COLOR: black;
- scrolling: auto;
- background-color: #E7EFF7;
- margin-left: 6px;
- margin-right: 7px;
- }
- #reportbody FORM {
- margin-top: 0px;
- margin-bottom: 0px;
- }
-